Improve docs. (#154504, Dave Cook)
authorMatthias Clasen <mclasen@redhat.com>
Tue, 5 Oct 2004 02:52:26 +0000 (02:52 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 5 Oct 2004 02:52:26 +0000 (02:52 +0000)
2004-10-04  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkcelllayout.c (gtk_cell_layout_clear): Improve
docs.  (#154504, Dave Cook)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcelllayout.c

index 6be20206a935a058b678d41c7d3249d6d9bbda6c..cc8d2ca72191c96efc99549dfaee352b61514899 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-10-04  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkcelllayout.c (gtk_cell_layout_clear): Improve 
+       docs.  (#154504, Dave Cook)
+
        * gtk/gtkwindow.c (gtk_window_set_icon_list): 
        (gtk_window_set_default_icon_list): Ref the new icons
        before unreffing the old ones.  (#154468, Morten Welinder)
index 6be20206a935a058b678d41c7d3249d6d9bbda6c..cc8d2ca72191c96efc99549dfaee352b61514899 100644 (file)
@@ -1,5 +1,8 @@
 2004-10-04  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkcelllayout.c (gtk_cell_layout_clear): Improve 
+       docs.  (#154504, Dave Cook)
+
        * gtk/gtkwindow.c (gtk_window_set_icon_list): 
        (gtk_window_set_default_icon_list): Ref the new icons
        before unreffing the old ones.  (#154468, Morten Welinder)
index 6be20206a935a058b678d41c7d3249d6d9bbda6c..cc8d2ca72191c96efc99549dfaee352b61514899 100644 (file)
@@ -1,5 +1,8 @@
 2004-10-04  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkcelllayout.c (gtk_cell_layout_clear): Improve 
+       docs.  (#154504, Dave Cook)
+
        * gtk/gtkwindow.c (gtk_window_set_icon_list): 
        (gtk_window_set_default_icon_list): Ref the new icons
        before unreffing the old ones.  (#154468, Morten Welinder)
index 6be20206a935a058b678d41c7d3249d6d9bbda6c..cc8d2ca72191c96efc99549dfaee352b61514899 100644 (file)
@@ -1,5 +1,8 @@
 2004-10-04  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkcelllayout.c (gtk_cell_layout_clear): Improve 
+       docs.  (#154504, Dave Cook)
+
        * gtk/gtkwindow.c (gtk_window_set_icon_list): 
        (gtk_window_set_default_icon_list): Ref the new icons
        before unreffing the old ones.  (#154468, Morten Welinder)
index 64d27539d81244298529fdaa4539c09b5bc1c732..7806ad4f3fef39dde7d1f9ce6c07c91c90522fc9 100644 (file)
@@ -105,7 +105,8 @@ gtk_cell_layout_pack_end (GtkCellLayout   *cell_layout,
  * gtk_cell_layout_clear:
  * @cell_layout: A #GtkCellLayout.
  *
- * Unsets all the mappings on all renderers on @cell_layout.
+ * Unsets all the mappings on all renderers on @cell_layout and
+ * removes all renderers from @cell_layout.
  *
  * Since: 2.4
  */